home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineButton2_309
/
BUTTONCONDACTION on(release, keyPress Enter).as
next >
Wrap
Text File
|
2003-04-29
|
220b
|
12 lines
on(release, keyPress "<Enter>"){
if(_root.soundtrack_movie.music == 0)
{
_root.musicoff();
}
else if(_root.soundtrack_movie.music == 1)
{
_root.musicon();
}
_root.restart();
}